﻿@charset "UTF-8";
/*
    Css for PEL,    ver 1.0
    CopyRight By Dongyi Network Technology CO.,Ltd Design Center

    本网站通用布局
*/

/* Css Reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img {
    padding: 0;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    vertical-align: top;
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
    font-weight: normal;
    font-style: normal;
}
ol,
ul,
li {
    list-style: none;
}
div,
dl,
dt,
dd,
ol,
ul,
li {
    zoom: 1;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}
q:before,
q:after {
    content: "";
}
abbr,
acronym {
    border: 0;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 16px;
    line-height: 1.8;
    font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
time {
    margin: 0;
    padding: 0;
    display: block;
    zoom: 1;
}

/* Public */
html{
    font-size: 16px;
}
body {
    color: #333;
    font-size: 1rem;
    line-height: 1.8;
    font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif;
    text-align: center;
    -webkit-text-size-adjust: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
a {
    color: #333;
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: none;
    color: #0371D2;
}
.clearbox {
    border: none;
    border-top: 1px solid transparent !important;
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin-top: -1px !important;
    visibility: hidden;
}
.blank {
    display: block;
    height: .625rem;
    font-size: 0px;
    line-height: 0;
    overflow: hidden;
    clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clearfix {
    height: 1%;
}
* + html .clearfix {
    min-height: 1%;
}
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
.hide {
    display: none;
}
input[type="button"],
input[type="submit"],
input[type="file"],
button {
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/* frame */
body {
    text-align: center;
    min-width: 1200px;
    margin: 0 auto;
    background-color: #fafafa;
}
.wrap{
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
}
.siteWidth {
    position: relative;
    max-width: 1200px;
    _width: 1200px;
    margin: 0 auto;
}
#content {
    clear: both;
    background: #fff;
    margin: 0 auto;
    padding: 0 20px 20px;
    width: 1200px;
    position: relative;
    min-height: 386px;
    z-index: 1;
    text-align: left;
}
#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* topBar */
.topBar {
    height: 2.5rem;
    line-height: 2.5rem;
    background: #333;
    position: relative;
    z-index: 20;
    color: rgba(255, 255, 255, 0.70);
}
.topBar a {
    font-size: .875rem;
    color: rgba(255, 255, 255, 0.70);
}
.topBar a:hover {
    color: white;
}
.topBar .gov-link{
    float: left;
}
.topBar .gov-link a{
    margin: 0 .625rem;
}
.topBar .links {
    float: right;
}
.topBar .links dl {
    margin: 0;
    position: relative;
    float: left;
}
.topBar .links s {
    float: left;
    text-decoration: none;
    width: .375rem;
    line-height: 2.5rem;
    overflow: hidden;
    text-align: center;
    margin: 0 2px;
}
.topBar .links dt {
    float: left;
    height: 2.5rem;
    line-height: 2.5rem;
    position: relative;
    z-index: 11;
    margin: 0 .625rem;
    font-size: .875rem;
}
.topBar .links dd {
    clear: both;
    display: none;
    padding: 7px;
    background: #fff;
    position: absolute;
    right: 50%;
    top: 2.5rem;
    margin-right: -57px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.topBar .links dd img {
    width: 100px;
    height: 100px;
}
.topBar .links dd > i {
    z-index: 8;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -3px;
    border-width: 5px;
    border-color: transparent;
    border-style: dashed;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
    display: none;
}
.topBar .links .on dt,
.topBar .links .on dt a {
    color: #fff;
    text-decoration: none;
}
.topBar .links .on dd {
    display: block;
}


/* 站群导航 */
.topBar .site.on dt{
    color: white;
}
.topBar .site dd {
    width: 900px;
    top: 2.5rem;
    margin-right: 0;
    right: -1px;
    z-index: 9;
    padding: 0;
    background: none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none
}
.topBar .site dd .site-box{
    border: 1px solid #6e99b9;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}
.topBar .site dd a{
    color: #333;
}
.topBar .site dd h3 {
    text-align: left;
    margin: 0 10px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;
    color: #0068b7;
    display: block;
    height: 38px;
}
#siteLast dd h3 span {
    float: left;
    height: 34px;
    line-height: 34px;
    padding: 0 15px 0 0;
    background: #ffffff;
    position: relative;
    z-index: 2;
}
.topBar .site dd h3 a {
    color: #0068b7;
}
.topBar .site dd h3 i {
    content: "";
    display: block;
    height: 1px;
    line-height: 0;
    font-size: 0;
    background: #eee;
    top: 18px;
    right: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
}
.topBar .site dd ul {
    overflow: hidden;
    padding: 5px 15px;
    display: block;
    margin-right: -10px;
}
.topBar .site dd li {
    float: left;
    min-width: 25%;
    text-align: left;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 0;
}
.topBar .site dd li a:hover {
    color: #195daf;
}
.topBar .site li a {
    cursor: pointer;
}
.topBar .site dd .site-zfbm li{
    min-width: 33.3%;
}
.topBar .site dd .site-xzjdbsc li{
    min-width: 19.9%;
}

/* 登录注册 */
.topBar .userLogged{
    margin-top: 6px;
}
.topBar .userLogged .split,
.topBar .userLogged .notlogged .split{
    font-size: 12px;
}
.topBar .userLogged .userDropdown .nickname:after{
    background-image: url(../img/userlogged-arrow.png);
}

/* 顶部-banner图效果 */
.header-banner{
    position: absolute;
    z-index: 0;
    left: 0;
    top:0;
    width:100%;
    max-width: 1920px;
    height: 560px;
    overflow: hidden;
}

/* header */
#header {
    position: relative;
    z-index: 2;
    text-align: left;
    margin: 0 auto;
}
.headerTop {
    height: 160px;
    position: relative;
    z-index: 10;
}
#header #logo {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 1.875rem;
    float: left;
}
#header #logo img {
    max-width: 100%;
}
.header-tool{
    position: absolute;
    z-index: 1;
    right: 0;
    top: 3.75rem;
}
.header-tool a{
    width: 129px;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
    color: white;
    text-align: center;
    float: left;
    margin-left: 10px;
    text-decoration: none;
    background:  url(../img/header-tool-2.png) left top no-repeat;
}
.header-tool a#slbBtn{
    font-weight: bold;
    background-image: url(../img/header-tool-1.png);
}
.header-tool a:hover{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}

/* 主导航 */
.topNav {
    position: relative;
}
#navLine {
    height: 3px;
    background-color: #fff;
    width: 0;
    transition: width 0.3s, transform 0.3s;
    position: absolute; 
    z-index: 3;
    bottom: -1px;
}
.mainNav {
    position: relative;
    height: 3.75rem;
    z-index:2;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.mainNav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.mainNav .li1 {
    position: relative;
    width: auto;
    float: left;
    clear: none;
    margin: 0 45px;
    overflow: hidden;
}
.mainNav .a1 {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding-bottom: 1.25rem;
}
.mainNav li#li-home{
    margin-left: 30px;
}
.mainNav .a1:hover{
    text-decoration: none;
}

.open-nav{
    position: absolute;
    z-index: 6;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    float: right;
    overflow: hidden;
    background: url(../img/nav-more-btn.png) center 4px no-repeat;
    cursor: pointer;
}


/* 搜索框 */
.search-box {
    position: relative;
    z-index: 1;
    height: 13.125rem;
    margin: 0 auto;
    text-align: center;
}
.s-form {
    display: inline-block;
    margin: 3.75rem auto 0;
    text-align: left;
    width: auto;
    vertical-align: top;
    padding: .1875rem;
    height: 2.75rem;
    line-height: 2.75rem;
    background-color: #fff;
    border-radius: 1.875rem;
}
.s-form .input-box {
    float: left;
}
.s-form .input-box input {
    width: 402px;
    vertical-align: top;
    height: 2.75rem;
    font-size: 1.125em;
    padding: 0 5px 0 52px;
    line-height: 2.75rem;
    border:0;
    outline: none;
    background:  url(../img/search-icon.png) 18px center no-repeat;
}
.s-form .btn-box {
    float: left;
}
.s-form .btn-box input {
    height: 2.75rem;
    line-height: 2.75rem;
    overflow: hidden;
    border: none;
    width: 7.75rem;
    outline: none;
    font-size: 1em;
    color: white;
    vertical-align: top;
    background: #0371D2 url(../img/texture-bg-1.png) left top no-repeat;
    border-radius: 1.375rem;
}
.s-form .btn-box input:active {
    background-color: #c00;
}
.s-form .link-box {
    text-align: center;
    font-size: 14px;
}
.s-form .select-box {
    display: none;
}

.s-hot-search {
    position: absolute;
    padding-top: 50px;
    z-index: -1;
    margin-top: -10px;
    font-size: 12px;
}
.s-hot-search a {
    color: #666;
}

/* 展开导航 */
.top-nav-box{
    position: fixed;
    z-index: 99;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    background: #1764A9 url(../img/top-nav-bg.jpg) center top no-repeat;
    background-size:cover;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all  1s;
    -o-transition:all 1s;
    transition:all 1s;
}
.top-nav-box.show{
    top: 0;
}
.top-nav-tool{
    margin: 3% auto 2%;
    text-align: center;
}
.top-nav-logo{
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}
.close-nav{
    position: absolute;
    z-index: 3;
    right: 10%;
    top: 6%;
    width: 60px;
    height: 60px;
    float: left;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../img/nav-btn-close.png) center center no-repeat;
    cursor: pointer;
}
.top-nav-list{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.top-nav-list .li1{
    width: 16%;
    float: left;
    text-align: center;
}
.top-nav-list li#li-home{
    display: none;
}
.top-nav-list li#li-zl{
    width: 20%;
}
.top-nav-list .h1{
    display: inline-block;
    padding-left: 30px;
    line-height: 1.6;
    background:  url(../img/nav-icon-left.png) left center no-repeat;
}
.top-nav-list .a1{
    display: inline-block;
    padding-right: 30px;
    font-size: 1.25rem;
    color: white;
    background:  url(../img/nav-icon-right.png) right center no-repeat;
}
.top-nav-list .a2{
    display: block;
    padding: .375rem 0;
    font-size: .875rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.8);
}
.top-nav-list .a2:hover{
    color: white;
}
.top-nav-list .ul1{
    margin-top: 1.875rem;
}

/* 主栏 和 侧栏 */
.mainContent {
    overflow: hidden;
}
.side {
    width: 300px;
    float: left;
    margin-right: 20px;
}
.side.fr{
    margin-left: 20px;
    margin-right: 0;
}

/* 定制型-外框 */
.box-custom{
    position: relative;
    z-index: 1;
}
.box-custom>a,
.box-custom>span{
    display: block;
    position: relative;
    z-index: 1;
    text-align: left;
    font-size: 1rem;
    border: 1px solid #ccc;
    background-color: #fff;
}
.box-custom::after,
.box-custom::before,
.box-custom>a::after,
.box-custom>a::before,
.box-custom>span::after,
.box-custom>span::before{
    position: absolute;
    z-index: 2;
    content: "";
    width: 4px;
    height: 4px;
    float: left;
    overflow: hidden;
    background-color: #f2f2f2;
    border-color: #d9d9d9;
    border-style: solid;
    border-width: 0;
}
.box-custom::before{
    left: 0;
    top: 0;
    border-right-width: 2px;
    border-bottom-width: 2px;
}
.box-custom::after{
    left: 0;
    bottom: 0;
    border-right-width: 2px;
    border-top-width: 2px;
}
.box-custom>a::before,
.box-custom>span::before{
    right: -1px;
    top: -1px;
    border-left-width: 2px;
    border-bottom-width: 2px;
}
.box-custom>a::after,
.box-custom>span::after{
    right: -1px;
    bottom: -1px;
    border-left-width: 2px;
    border-top-width: 2px;
}
.box-custom:hover>a,
.box-custom.on>a,
.box-custom:hover>span,
.box-custom.on>span{
    color: white;
    border-color: #FF9027;
    background-color: #FF9027;
}
.box-custom:hover::after,
.box-custom:hover::before,
.box-custom.on::after,
.box-custom.on::before,
.box-custom:hover>a::after,
.box-custom:hover>a::before,
.box-custom.on>a::after,
.box-custom.on>a::before,
.box-custom:hover>span::after,
.box-custom:hover>span::before,
.box-custom.on>span::after,
.box-custom.on>span::before{
    border-color: #FF9027;
}


/* 侧栏盒子模型 */
.sideBox {
    margin-bottom: 20px;
    background-color: #f2f2f2;
}
.sideBox .hd{
    height: 40px;
    line-height: 40px;
    background:  url(../img/box-hd-bg-1.png) left top no-repeat; 
 }
 .sideBox .hd h3{
     position: relative;
     z-index: 1;
     margin-left: 5px;
     padding-left: 20px;
     font-size: 18px;
     font-weight: bold;
     color: #0371D2;
     
 }
 .sideBox .hd h3 a{
     color: #0371D2;
 }
 .sideBox .hd h3 a:hover{
     text-decoration: none;
 }
 .sideBox .hd h3::after{
     position: absolute;
     z-index: 1;
     left: 5px;
     top: 50%;
     content: "";
     width: 5px;
     height: 14px;
     float: left;
     margin-top: -7px;
     overflow: hidden;
     background-color: #0371D2;
 }
 .sideBox .hd h3::before{
    content: "";
    position: absolute;
    z-index: -1;
    width: 50px;
    height: 40px;
    left: 0;
    bottom: 0;
    float: left;
    overflow: hidden;
    background:  url(../img/box-hd-icon-1.png) left 5px no-repeat;
 }
 .sideBox .hd .more{
     position: relative;
     z-index: 2;
     font-size: 14px;
     float: right;
     color: #999;
 }
 .sideBox>.bd{
    padding: 20px 20px;
 }


/* 侧栏-栏目菜单 */
#sideMenu .hd{
    height: 50px;
    line-height: 50px;
    background: none;
    background-color: #0371D2;
    border-radius: 4px 4px 0 0;
}
#sideMenu .hd h3{
    color: white;
}
#sideMenu .hd h3::before{
    bottom: 0;
    top: auto;
    opacity: 0.4; filter: alpha(opacity=40);
}
#sideMenu .hd h3::after{
    background-color: #fff;
}

.menuList{
    overflow: hidden;
}
.menuList li{
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}
.menuList li:nth-last-child(1){
    margin-bottom: 0;
}
.menuList li i{
    position: absolute;
    z-index: 2;
    left: 19px;
    top: 50%;
    width: 0;
    height: 0;
    float: left;
    margin-top: -6px;
    overflow: hidden;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #ccc;
}
.menuList li a{
    display: block;
    position: relative;
    z-index: 1;
    padding: 10px 15px 10px 40px;
    text-align: left;
    font-size: 1rem;
    line-height: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
}
.menuList li::after,
.menuList li::before,
.menuList li a::after,
.menuList li a::before{
    position: absolute;
    z-index: 2;
    content: "";
    width: 4px;
    height: 4px;
    float: left;
    overflow: hidden;
    background-color: #f2f2f2;
    border-color: #d9d9d9;
    border-style: solid;
    border-width: 0;
}
.menuList li::before{
    left: 0;
    top: 0;
    border-right-width: 2px;
    border-bottom-width: 2px;
}
.menuList li::after{
    left: 0;
    bottom: 0;
    border-right-width: 2px;
    border-top-width: 2px;
}
.menuList li a::before{
    right: -1px;
    top: -1px;
    border-left-width: 2px;
    border-bottom-width: 2px;
}
.menuList li a::after{
    right: -1px;
    bottom: -1px;
    border-left-width: 2px;
    border-top-width: 2px;
}
.menuList li.on i,
.menuList li:hover i{
    border-left-color: #fff;
}
.menuList li:hover a,
.menuList li.on a{
    color: white;
    border-color: #FF9027;
    background: #FF9027 url(../img/texture-bg-4.png) right top no-repeat;
}
.menuList li:hover::after,
.menuList li:hover::before,
.menuList li:hover a::after,
.menuList li:hover a::before,
.menuList li.on::after,
.menuList li.on::before,
.menuList li.on a::after,
.menuList li.on a::before{
    border-color: #FF9027;
}



/*节点归档信息样式*/
.archived-info {
    float: right;
}
.archived-info span {
    margin: 0 5px;
}

/* infoListA */
.infoListA li {
    position: relative;
    z-index: 1;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px dotted #ccc;
}
.infoListA li a{
    text-align: justify;
    font-size: .9375rem;
    line-height: 1.875rem;
}
.infoListA .dateRight {
    margin-left: 10px;
    line-height: 1.875rem;
    color: #999;
}
.infoListA .last {
    margin-bottom: 0;
}

/* 位置导航 */
.path {
    padding: .625rem 0;
    margin-bottom: 20px;
    line-height: 1.875rem;
    border-bottom: 1px solid #ebebeb;
}
.path a,
.path span {
    font-size: .875rem;
    padding: 0 3px;
    color: #666;
}
.path em {
    background:  url(../img/path-icon.png) left center no-repeat;
    padding-left: 30px;
}

/*footer*/
#footer {
    color: #fff;
    background: #0C5FA8 url(../img/footer-bg.png) center top no-repeat;
    position: relative;
    text-align: left;
    padding: 1.875rem 0 1.25rem;
}
#footer .siteWidth{
    font-size: .9375rem;
    line-height: 2.5rem;
}
#footer::before{
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 2px;
    width: 100%;
    height: 7px;
    float: left;
    overflow: hidden;
    background:  url(../img/footer-line.png) left top repeat-x;
    opacity: 0.6; filter: alpha(opacity=60);
}
#footer .footNav a {
    margin: 0 10px;
    display: inline-block;
}
#footer .footNav a:nth-child(1){
    margin-left: 0;
}
#footer a {
    color: #fff;
}
#footer a:hover {
    color: #fff;
}
#footer .copyRight img {
    vertical-align: text-bottom;
}
#footer .copyRight p {
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}
#footer .copyRight p .image-container{
    vertical-align: middle;
}
#footer .pics {
    position: absolute;
    right: 0;
    top: 25px;
}
#footer .pics img {
    vertical-align: middle;
}
#footer .pics .jiucuo {
    float: left;
    margin-top: 10px;
}
#footer .pics .dzjg {
    height: 70px;
    margin-left: 15px;
}

/* goTop */
#goTop {
    position: fixed;
    display: none;
    _display: none !important;
    width: 50px;
    height: 50px;
    bottom: 60px;
    right: 5px;
    z-index: 99;
    cursor: pointer;
    margin: 5px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    box-shadow: 0 0 5px #9c9c9c;
    -webkit-box-shadow: 0 0 5px #9c9c9c;
    opacity: 0.9;
    background: rgba(0, 0, 0, 0.5);
}
#goTop::after {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -15px;
    content: "";
    border-width: 10px;
    border-color: transparent;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    border-style: dashed;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}

/* winMark */
#winMark {
    z-index: 1;
    width: 100%;
    display: none;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
}


/* box */
.box{
    overflow: hidden;
}
.box .hd {
    position: relative;
    z-index: 1;
    height: 44px;
    line-height: 44px;
    
}
.box .hd::after{
    content: "";
    display: block;
    padding-top: 17px;
    height: 15px;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    background:  url(../img/box-hd-icon-2.png) left 17px repeat-x;
}
.box .hd h3{
    position: relative;
    z-index: 2;
    float: left;
    padding-right: 18px;
    padding-left: 12px;
    font-size: 26px;
    color: #0371D2;
    background: #fff url(../img/ind-hd-bg.png) left top no-repeat;
}
.box .hd h3 a{
    color: #0371D2;
}
.box .hd .more{
    position: absolute;
    right: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    padding-left: 10px;
    text-align: center;
    overflow: hidden;
    background-color: #fff;
}
.box .hd .more>a{
    width: 20px;
    height: 20px;
    line-height: 18px;
    float: left;
    font-size: 20px;
    color: #fff;
    background-color: #e6e6e6;
    border-radius: 50%;
}
.box .hd .more>a:hover{
    text-decoration: none;
    background-color: #666;
}
.box .bd {
    padding: 10px 0 0;
    overflow: hidden;
}

/* boxA */
.boxA {
    overflow: hidden;
   margin-bottom: 20px;
}
.boxA .hd{
    position: relative;
    z-index: 1;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background:  url(../img/box-hd-bg-2.png) left top no-repeat; 
 }
 .boxA .hd h3{
     position: relative;
     z-index: 1;
     margin-left: 5px;
     padding-left: 20px;
     font-size: 18px;
     font-weight: bold;
     color: #0371D2;
     
 }
 .boxA .hd h3 a{
     color: #0371D2;
 }
 .boxA .hd h3 a:hover{
     text-decoration: none;
 }
 .boxA .hd h3::after{
     position: absolute;
     z-index: 1;
     left: 5px;
     top: 50%;
     content: "";
     width: 5px;
     height: 14px;
     float: left;
     margin-top: -7px;
     overflow: hidden;
     background-color: #0371D2;
 }
 .boxA .hd::before{
    content: "";
    position: absolute;
    z-index: -1;
    width: 50px;
    height: 40px;
    left: 10px;
    bottom: 0;
    float: left;
    overflow: hidden;
    background:  url(../img/box-hd-icon-1.png) 0 5px no-repeat;
 }
 .boxA .hd .more{
    position: relative;
    z-index: 2;
    width: 24px;
    height: 24px;
    line-height: 20px;
    float: right;
    margin-top: 13px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    background-color: #ccc;
    border-radius: 50%;
}
.boxA .hd .more:hover{
    text-decoration: none;
    background-color: #666;
}
.boxA .hd ul{
    padding-left: 10px;
}
.boxA .hd li{
    width: auto;
    float: left;
    margin-left: 18px;
}
.boxA .hd li>a{
    position: relative;
    z-index: 1;
    display: block;
    padding-right: 19px;
    height: 50px;
    line-height: 50px;
    font-size: 1.125rem;
}
.boxA .hd li>a::after{
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    content: "";
    width: 1px;
    height: 14px;
    float: left;
    margin-top: -7px;
    background-color: #b3b3b3;
}
.boxA .hd li.last>a{
    padding-right: 0;
}
.boxA .hd li.last>a::after{
    display: none;
}
.boxA .hd li:nth-last-child(1)>a{
    padding-right: 0;
}
.boxA .hd li:nth-last-child(1)>a::after{
    display: none;
}
.boxA .hd li.on a{
    font-weight: bold;
    color: #0371D2;
}
.boxA .bd {
    padding: 10px 0 0;
    overflow: hidden;
}

/* boxB */
.boxB {
    background: #fff;
}
.boxB .hd {
    height: 39px;
    line-height: 39px;
    position: relative;
    border: 1px solid #e1e1e1;
}
.boxB .hd .more {
    font-size: 14px;
    position: absolute;
    right: 10px;
    color: #666;
}
.boxB .hd h3 {
    padding: 0 20px;
    font-size: 18px;
    color: #fff;
    background: #0068b7;
    position: absolute;
    height: 41px;
    line-height: 41px;
    left: -1px;
    top: -1px;
}
.boxB .hd h3 a {
    color: #fff;
}
.boxB .bd {
    overflow: hidden;
    padding: 10px;
    border: 1px solid #e9e9e9;
    border-top: 0;
}

/* boxC */
.boxC {
    margin-bottom: 15px;
    overflow: hidden;
}
.boxC .hd {
    height: 30px;
    line-height: 30px;
    background: #fafafa;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}
.boxC .hd .more {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 14px;
}
.boxC .hd .more a {
    color: #666;
}
.boxC .hd ul {
    overflow: hidden;
}
.boxC .hd ul li {
    float: left;
}
.boxC .hd ul a {
    display: block;
    float: left;
    line-height: 16px;
    padding: 0 20px;
    margin: 9px 0;
    border-right: 1px solid #ccc;
}
.boxC .hd ul a:hover {
    text-decoration: none;
}
.boxC .hd ul li:last-child a {
    border-right: 0;
}
.boxC .hd .on a {
    color: #0068b7;
}
.boxC .bd {
    overflow: hidden;
    padding: 8px 5px;
}

/* boxD */
.boxD {
    margin-bottom: 20px;
}
.boxD .hd {
    height: 40px;
    line-height: 40px;
    background: #0068b7;
}
.boxD .hd h3 {
    font-size: 18px;
    color: #fff;
}
.boxD .hd h3 a {
    color: #fff;
}
.boxD .hd h3 i {
    display: block;
    float: left;
    width: 42px;
    height: 40px;
    background: url(../img/icons-zwgk.png) #00599d 10px 10px no-repeat;
    margin-right: 10px;
}
.boxD .bd {
    background: #fff;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    border-top: 0;
}

/* boxE */
.boxE {
    margin-bottom: 15px;
}
.boxE .hd {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 2px solid #0068b7;
}
.boxE .hd h3 {
    float: left;
    padding: 0 20px;
    background: #0068b7;
    color: #fff;
    font-size: 18px;
}
.boxE .hd h3 a {
    color: #fff;
    display: block;
    float: left;
}
.boxE .hd .more {
    float: right;
}
.boxE .bd {
    padding: 10px;
    overflow: hidden;
}


/* 信件列表 */
.letterList {
    width: 100%;
    border: none;
}
.letterList th,
.letterList td {
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    line-height: 30px;
    padding: 10px 5px;
}
.letterList th {
    border-bottom: 1px solid #E6E6E6;
    background: #F9FBFC;
}
.letterList th {
    text-align: center;
    font-weight: bold;
    color: #0371D2;
}
.letterList th.title {
    text-align: left;
    padding-left: 38px;
}
.letterList .even td {
    background: #f5f5f5;
}
.letterList .num,
.letterList .clicks {
    display: none;
}
.letterList td.title {
    text-align: left;
    padding-left: 5px;
    white-space: normal;
    word-break: break-all;
}
.letterList .ico {
    width: 30px;
    text-align: center;
    vertical-align: middle;
    padding: 0px;
}
.letterList .ico img {
    vertical-align: middle;
}
.letterList .dep {
    width: 90px;
}
.letterList .state {
    width: 90px;
}
.letterList .open,
.letterList .handle {
    display: none;
}
.letterList .state .s0 {
    color: #333;
}
.letterList .state .s1 {
    color: #f70;
}
.letterList .state .s2 {
    color: #f00;
}
.letterList .state .s3 {
    color: #390;
}
.letterList .state .s4 {
    color: #333;
    text-decoration: line-through;
}
.letterList .date {
    border-right: none;
    width: 90px;
}
.letterList td.date {
    color: #999999;
}
.letterList .clicks {
    width: 90px;
}

/* detailTable */
.detailTable {
    margin-bottom: 20px;
    width: 100%;
}
.detailTable,
.detailTable tr,
.detailTable tr td {
    border: 1px solid #D5E0ED;
    border-collapse: collapse;
}
.detailTable thead th {
    background: #F6FAFF;
    height: 50px;
    line-height: 50px;
    color: #0E4C99;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-color: #D5E0ED;
}
.detailTable tbody td {
    padding: 20px 15px;
}
.detailTable tbody td.tdName {
    font-weight: bold;
    background: #F6FAFF;
    text-align: center;
    width: 20%;
    color: #0E4C99;
    font-size: 16px;
    font-weight: bold;
}
.detailTable .trTitle .tdCon {
    font-weight: bold;
    white-space: normal;
    word-break: break-all;
}
.detailTable .trName td:nth-child(2),
.detailTable .trUnit td:nth-child(2) {
    width: 160px;
}
.detailTable .trName td:nth-child(3),
.detailTable .trUnit td:nth-child(3) {
    width: 160px;
}
.detailTable .preDiv {
    width: 670px;
    overflow: auto;
}
.detailTable .preDiv pre {
    font-size: 14px;
    font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

/* mainBox */
.mainBox .mHd {
    position: relative;
    z-index: 1;
    height: 44px;
    line-height: 44px;
    margin-bottom: 20px;
}
.mainBox .mHd::after{
    content: "";
    display: block;
    padding-top: 17px;
    height: 15px;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    background:  url(../img/box-hd-icon-2.png) left 17px repeat-x;
}
.mainBox .mHd h3{
    position: relative;
    z-index: 2;
    float: left;
    padding-right: 18px;
    padding-left: 12px;
    font-size: 26px;
    color: #0371D2;
    background: #fff url(../img/ind-hd-bg.png) left top no-repeat;
}
.mainBox .mHd h3 a{
    color: #0371D2;
}
/* 
.mainBox .mHd .list {
    overflow: hidden;
}
.mainBox .mHd .list li {
    float: left;
    padding: 0 4%;
}
.mainBox .mHd .list a {
    font-size: 20px;
    color: #888;
}
.mainBox .mHd .list a:hover {
    text-decoration: none;
}
.mainBox .mHd .list .on a {
    color: #0068b7;
}
.mainBox .mHd h3,
.mainBox .mHd .list .on {
    position: relative;
    font-weight: bold;
    border: 1px solid #e1e1e1;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 4%;
    height: 47px;
    border-top: 2px solid #0068b7;
    color: #0068b7;
    border-bottom: 0;
    font-size: 20px;
    background: #f9f9f9;
    bottom: -1px;
}
.mainBox .mHd h3 a {
    color: #0068b7;
} */


/* column */
.column {
    margin-bottom: 20px;
}
.column::after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* 热点专题 */
.indRdzt {
    overflow: hidden;
    zoom: 1;
}
.indRdzt ul {
    margin-right: -20px;
    overflow: hidden;
}
.indRdzt li {
    float: left;
    margin-right: 15px;
    width: 254px;
}
.indRdzt li a {
    display: block;
}
.indRdzt li img {
    width: 100%;
    height: 66px;
}
.indRdzt .tit {
    display: block;
    font-size: 14px;
    text-align: center;
    height: 25px;
    overflow: hidden;
}

/* 友情链接 */
.friendLinks {
    border-top: 1px solid #ddd;
    background: #eeeeee;
    padding: 10px 0;
}
.friendLinks h3 {
    float: left;
    font-size: 16px;
    color: #0068b7;
    padding-left: 31px;
    background: url(../img/icons.png) 0 -813px no-repeat;
}
.friendLinks .con {
    overflow: hidden;
}
.friendLinks select {
    padding: 6px;
    float: left;
    width: 18.4%;
    *width: 18.2%;
    *display: inline;
    margin-left: 1.6%;
    *margin: 6px 0 6px 1.6%;
    border: 1px solid #ccc;
}

/* 侧栏-栏目内搜索 */
#sideSearch .bd li {
    padding: 0 0 10px 0;
    overflow: hidden;
}
#sideSearch .nodes,
#sideSearch input,
#sideSearch button {
    height: 32px;
    line-height: 32px;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 14px;
    font-family: "Microsoft YaHei", 'PingFang SC';
    outline: none;
}
#sideSearch .keyword {
    width: 60%;
    padding: 0 5px;
}
#sideSearch button {
    line-height: 28px;
    width: 32%;
    float: right;
    background: #0068b7;
    border-color: #0068b7;
    color: #fff;
}

/*验证码*/
div.codeinp input[type="text"] {
    width: 100px !important;
    float: left;
    margin-right: 10px;
    line-height: 26px;
}

/* 通用底部按钮 */
.bot {
    text-align: center;
    padding: 0 0 20px 0;
}
.bot a,
.bot button {
    cursor: pointer;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 6px 8%;
    font-size: 16px;
    background: #0068b7;
    border: 0;
    color: #fff;
    margin: 0 2%;
    border-radius: 4px;
}
.bot a:hover,
.bot button:hover {
    text-decoration: none;
    background: #077bd4;
}

/* 依申请、信访、咨询等通用 查询页样色 */
.queryForm {
    background: #fff;
    padding: 3% 0;
    width: 80%;
    margin: 30px auto;
    font-size: 16px;
}
.queryForm .queryTitle{
    text-align:center;
    font-size:24px;
    margin-bottom:20px;
}
.queryForm td {
    padding: 8px 0;
}
.queryForm .tdlab {
    width: 40%;
    text-align: right;
}
.queryForm input[type="text"] {
    border: 1px solid #ccc;
    width: 56%;
    height: 30px;
    padding:10px 5px;
    border-radius: 4px;
    font-size: 16px;
}
.queryForm input[type="text"]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
}
.queryForm .bot {
    text-align: left;
}
.queryForm .bot a {
    margin: 0;
}
.queryForm .required strong {
    color: #f00;
    margin-right: 5px;
}
.queryForm .errorMessage {
    color: #f00;
}
.queryForm table {
    width: 100%;
    border: 0;
}

/* 依申请、信访、咨询等通用 查询结果页样色 */
.queryResult {
    width: 90%;
    margin: 20px auto;
}
.queryResult .mainBox {
    margin-bottom: 50px;
}
.queryResult .tit h3 {
    text-align: center;
    font-size: 38px;
    line-height: 2;
    margin-bottom: 30px;
}
.queryResult .tips {
    text-align: center;
    font-size: 16px;
    margin-bottom: 50px;
    border-top: 1px solid #ddd;
    padding: 50px 0 20px 0;
}
.queryResult .number {
    font-weight: bold;
    color: #f00;
}


/* 来信统计 */
.statstics-list{
    overflow: hidden;
    margin-right: -10px;
}
.statstics-list li{
    width: 125px;
    height: 100px;
    float: left;
    text-align: center;
    margin: 0 10px 10px 0;
    background-color: #fff;
}
.statstics-list li>span{
    display: block;
    padding-top: 24px;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #0371D2;
}
.statstics-list li>label{
    display: block;
    line-height: 30px;
    font-size: 16px;
}
/*--
颜色代码
#0068B7 深蓝色标题
#ddd 淡蓝色边框
--*/
